module SCP
{
	imports {
		Base
	}

	/* SCP Light Guard Vest */

    item vest_scpguardlight
    {
        DisplayName = SCP Light Guard Vest,
        DisplayCategory = ProtectiveGear,
        ItemType = base:clothing,
        ClothingItem = vest_scpguardlight,
        IconsForTexture = scpguardvestlight,
        WorldStaticModel = scpguardvestlight_ground,
        BloodLocation = ShirtNoSleeves,
        BodyLocation = base:torsoextravestbullet,

		Weight = 2.5,
        Insulation = 0.50,
        WindResistance = 0.25,
        BiteDefense = 30,
        ScratchDefense = 60,
        BulletDefense = 55,
        DiscomfortModifier = 0.15,

        Tooltip = Tooltip_vest_scpguardlight,
        Tags = base:pickaramidthread,
    }
	
	/* SCP Heavy Guard Vest */

    item vest_scpguard
    {
        DisplayName = SCP Guard Vest,
        DisplayCategory = ProtectiveGear,
        ItemType = base:clothing,
        ClothingItem = vest_scpguard,
        IconsForTexture = scpguardvest,
        WorldStaticModel = scpguardvest_ground,
        BodyLocation = base:torsoextravestbullet,
        BloodLocation = ShirtNoSleeves,

		Weight = 3.5,
        Insulation = 0.50,
        WindResistance = 0.25,
        BiteDefense = 50,
        ScratchDefense = 75,
        BulletDefense = 100,
        DiscomfortModifier = 0.25,        

        Tooltip = Tooltip_vest_scpguard,
        Tags = base:pickaramidthread,
    }

	/* SCP MTF Vest */

    item vest_mtf
    {
        DisplayName = SCP MTF Vest,
        DisplayCategory = ProtectiveGear,
        ItemType = base:clothing,
        ClothingItem = vest_mtf,
        BodyLocation = base:torsoextravestbullet,
        BloodLocation = ShirtNoSleeves,
        IconsForTexture = mtfvest,
        WorldStaticModel = mtfvest_ground,

		Weight = 4.5,
        Insulation = 0.50,
        WindResistance = 0.25,
        BiteDefense = 80,
        ScratchDefense = 70,
        BulletDefense = 100,
        DiscomfortModifier = 0.35,        

        Tooltip = Tooltip_vest_mtf,
        Tags = base:pickaramidthread,
    }		

}